Bump typescript from 5.9.3 to 6.0.2#116
Merged
waldekmastykarz merged 2 commits intomainfrom Mar 28, 2026
Merged
Conversation
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@copilot fix this PR |
- Change module from "esnext" to "nodenext" - Change moduleResolution from "Node" (deprecated node10) to "nodenext" - Add types: ["node"] for Node.js type definitions Agent-Logs-Url: https://github.com/dev-proxy-tools/mcp/sessions/0dfc89e3-a3e2-48a6-82ab-d7f7d4c2bcbe Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps typescript from 5.9.3 to 6.0.2.
Updates
tsconfig.jsonfor TypeScript 6.0 compatibility:modulefromesnexttonodenextmoduleResolutionfromNode(deprecatednode10) tonodenexttypes: ["node"]for Node.js type resolution with the new module resolution strategyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.